From f8c48240d9d3e02ae022836a2be3342fb28f433e Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Sat, 7 Oct 2017 22:45:49 -0400 Subject: [PATCH] Adwaita: theme the shortcuts window search results Add some margins, and, since we can, also move the spacing here. --- gtk/theme/Adwaita/_common.scss | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/gtk/theme/Adwaita/_common.scss b/gtk/theme/Adwaita/_common.scss index d7b7ff4e50..a34833c9f6 100644 --- a/gtk/theme/Adwaita/_common.scss +++ b/gtk/theme/Adwaita/_common.scss @@ -4376,6 +4376,11 @@ shortcuts-section { margin: 20px; } +.shortcuts-search-results { + margin: 20px; + border-spacing: 24px; +} + // shortcut window keys .keycap { min-width: 20px; -- 2.30.2